If A = x% of y and B = y% of x, then which of the following is true?
- A is equal to B
- A is smaller than B
- A is greater than B
- None of these
Explanation
Let's break it down:
A = x% of y = (x/100)y = xy/100
B = y% of x = (y/100)x = yx/100
Since xy = yx, A = B.